home *** CD-ROM | disk | FTP | other *** search
/ .net 2000 August / NET74.ISO / pc / links / 00001_Script_link - Internet Explorer (Top 20) next >
Encoding:
Text File  |  2000-06-22  |  386 b   |  13 lines

  1. on mouseDown me
  2.   puppetSound 1, "ClickSound"
  3. on mouseUp
  4.   if the platform = "Windows,32" then
  5.     open the moviepath&"Software\IE\PC\ie5setup.exe"
  6.   else
  7.     if the platform = "Windows,16" then
  8.       alert "Sorry we do not have Internet Explorer for Windows 3.1 on the CD."
  9.     else
  10.       open the moviepath&"software:IE:mac:Internet Explorer 5.smi"
  11.     end if
  12.   end if
  13. end